GoXam for WPF v3
GenericNetwork.Vertex<V,E,Y> Class Members
Properties  Methods 


Northwoods.GoXam.Layout Namespace : GenericNetwork.Vertex<V,E,Y> Class

The following tables list the members exposed by GenericNetwork.Vertex<V,E,Y>.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property Gets or sets the Bounds of this node.  
Public Property Gets or sets the center Point of this vertex.  
Public Property Gets an enumerator that iterates over all of the edges going out of this vertex.  
Public Property Gets the number of edges coming out of this vertex.  
Public Property Gets an enumerator over all of the vertexes that have edges going out of this vertex.  
Public Property Gets an enumerator over all of the edges going out of or coming into this vertex.  
Public Property Gets the number of edges connected to this vertex.  
Public PropertyGets or sets the offset of the Center from the Bounds.Position.  
Public PropertyGets the Bounds.Height.  
Public Property Gets or sets the network that this vertex is part of.  
Public PropertyGets or sets the Node associated with this network vertex.  
Public Property Gets or sets the position (top-left corner) of this vertex.  
Public PropertyGets the Bounds.Size.  
Public Property Gets an enumerator that iterates over all of the edges coming into this vertex.  
Public Property Gets the number of edges going into this vertex.  
Public Property Gets an enumerator over all of the vertexes that have edges coming into this vertex.  
Public Property Gets an enumerator over all of the vertexes that are connected to this vertex.  
Public PropertyGets the Bounds.Width.  
Top
Public Methods
 NameDescription
Public Method Adds an edge to the list successors (i.e., the edge will be going out from this vertex).  
Public Method Adds an edge to the list of predecessors (i.e., the edge will be coming into this vertex).  
Public MethodMoves the Northwoods.GoXam.Node corresponding to this vertex so that its position is the current Position.  
Public Method Deletes an edge from the list of successors (i.e., the edge was going out from this vertex).  
Public Method Deletes an edge from the list of predecessors (i.e., the edge was coming into this vertex).  
Top
See Also

Reference

GenericNetwork.Vertex<V,E,Y> Class
Northwoods.GoXam.Layout Namespace